@extends('admin.layouts.app') @section('content')
@csrf @method('PUT') {{-- --}} {{-- --}} {{-- --}} {{-- --}}


@if($service->service_photo) Identity Photo @else

No service photo currently

@endif


@if($service->service_photo_details) Identity Photo @else

No service photo currently

@endif
@if($service->banner) Identity Photo @else

No service banner currently

@endif

SALES TEAM

The Process

Add New @foreach(\App\Models\Process::where('service_id',$service->id)->orderBy('o_s','asc')->get() as $s) @endforeach
ID Title Order Image Action
{{$s->id}} {{$s->title}} {{$s->order}}
@csrf @method('DELETE')
@endsection