@extends('layouts.main') @section('title') {{__("Custom Fields")}} @endsection @section('page-title')

@yield('title')

@can('custom-field-create') + {{__("Create Custom Field")}} @endcan
@endsection @section('content')
@canany(['custom-field-update','custom-field-delete']) @endcanany
{{ __('ID') }} {{ __('Image') }} {{ __('Name') }} {{ __('Category') }} {{ __('Type') }}{{ __('Action') }}
@endsection