@extends('admin.layouts.adminpanel') @section('page_header') @php $page_title = 'Services'; @endphp @include('admin.partials.page_header') @endsection @section('content')
@can('crear servicios')
@endcan
{{ __('Image') }} {{ __('Key') }} {{ __('Category') }} {{ __('Name') }} {{ __('Description') }} {{ __('SAT Key') }} {{ __('Unit') }} {{ __('Selling Price') }} {{ __('Actions') }}
@endsection