@extends('admin.layout.base') @section('title', 'Update Lostitem') @section('content')
@lang('admin.back')
@lang('admin.lostitem.update')
{{csrf_field()}}
@lang('admin.cancel')
@endsection @section('scripts') @endsection