@extends('admin.layout.base') @section('title', 'Update Document ') @section('content')
@lang('admin.back')
@lang('admin.document.update_document')
{{csrf_field()}}
@lang('admin.cancel')
@endsection