@extends('admin.layout.master') @section('title', 'العقود') @section('content')

العقود

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
@if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif

العقد

@if($row->file) العقد@endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
@stop