@extends('template.layout') @section('style') @endsection @section('content')
@if ($errors->any()) @endif {{-- success message --}}
@if (session('success')) @endif
{{-- error message --}}
@if (session('error')) @endif
{{-- warninig message --}}
@if (session('warning')) @endif
Create Item
Back
@csrf
@endsection @section('script') @endsection