@extends('layouts.app') @section('content') @section('cssfiles') @endsection
Create Template
{{ csrf_field() }} {{$action == 'create' ? '' : method_field('PUT')}}
{{@$errors->first('name')}}
{{-- Create and Cancel buttons --}}
@if($action == 'create') @else @endif
@if($action != 'create') @endif
@endsection