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

عرض تفاصيل الطلب

@csrf
@if($data->imgs) @foreach($data->imgs as $img)
@if($img->type == 'mp4') @else @endif
@endforeach @endif
الفني
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection