@extends('layout.admin') @section('head') @extends('layout.header') @section('header_title', 'Services') @endsection @section('content')

Service

Service Details

{{ csrf_field() }}
Fix Price Not Fix Price

View Service Details

@foreach ($service as $item) @endforeach
Category Name Description Price Duration Update
{{ $item->Description }} {{ $item->Name }} {{ $item->Service_des }} {{ $item->Price }} {{ $item->Duration }}
@endsection @section('script') @endsection