@extends('layouts.master') @section('title'){{__('sidebar.add_award')}} @endsection @section('css') @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') {{__('sidebar.add_award')}} @endslot @slot('subtitle') {{__('sidebar.awards')}} @endslot @endcomponent
@csrf {{-- {{isset($award)?method_field('PUT'):''}} --}} @if(isset($award)) @endif
@if(isset($award))
@else
@endif
@endsection @section('scripts') @endsection