@extends('layouts.master') @push('css') @endpush @section('content')

@if(Session::has('message'))
{{Session::get('message.text')}}
@endif @foreach($surat as $permintaan) @endforeach
No Pemohon Perihal Nomor Surat Total Permintaan Status Action
{!! Form::open(['route'=>['permintaan-staf.destroy',$permintaan->id],'method'=>'DELETE']) !!} {!! Form::close() !!}
{!! $surat->links() !!}
@endsection @push('js') @endpush