@extends('layouts.app') @section('title', __('service.list')) @section('css') @endsection @section('content')
{{ __('service.list') }}
@can('service.create') @endcan
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('app.name') }} {{ __('app.unit_price') }} {{ __('tax.tax') }} {{ __('tax.tax_type') }} {{ __('app.status') }} {{ __('app.created_by') }} {{ __('app.created_at') }} {{ __('app.action') }}
@endsection @section('js') @endsection