@extends('layouts.app') @push('before-css') @endpush @section('content')

Jobs

Add Job

@foreach($data as $item) @endforeach
# Title Submission Actions
{{ $item->id }} {{ $item->title }} {{ $item->submission_date }} {!! Form::open([ 'method'=>'POSR', 'url' => ['/admin/job', $item->id], 'style' => 'display:inline' ]) !!} {!! Form::button(' Delete', array( 'type' => 'submit', 'class' => 'btn btn-danger btn-sm', 'title' => 'Delete Job', 'onclick'=>'return confirm("Confirm delete?")' )) !!} {!! Form::close() !!}
{{--
{!! $blog->appends(['search' => Request::get('search')])->render() !!}
--}}
@endsection @push('js') @endpush