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

العقود

إنشاء جديد

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

العقد

@if ($errors->has('file')) {{ $errors->first('file') }} @endif
@stop @section('scripts') @stop