@extends('layouts/contentLayoutMaster') @section('title', ' تفاصيل الطلب ') @section('vendor-style') @endsection @section('content')

تسكين الطلب علي فني اخر

@csrf
رقم الطلب
اسم العميل
المحطة
العنوان
الفني
@if ($errors->any()) @foreach ($errors->all() as $error)
{{$error}}
@endforeach @endif
الفني الجديد *
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection