@extends('layouts.admin') @section('content')
General Catch Survey Report
{{ csrf_field() }}
@forelse ($survies as $survey) @empty @endforelse
Reference No Data Collector County Landing Site Value of Catch Date Fished
{{ $survey->catchref_no }} {{ $survey->collector }} {{ $survey->county }} {{ $survey->landsite }} {{ $survey->vocatch }} {{ date('F j, Y',strtotime($survey->date)) }}
No record(s) to display
@endsection