@extends('Backend.dashboard') @section('title') Edit Annual Reports @endsection @section('content') @if(Session::has('success'))
@endif @if(Session::has('danger'))
@endif @if(count($errors) > 0)
@foreach($errors->all() as $error) @endforeach
@endif
Edit This Annual Reports : {{ $annualreports->name }}
Back To Annual Report List
@csrf
Current PDF file : {{$annualreports->pdf_file}}
@endsection @section('ckeditor') @endsection