@extends('layout.master') @section('css') @endsection @section('main_content')

Create Package Type

@if(auth()->user()->can('package-type.index')) Back @endif
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('length')) {{ $errors->first('length') }} @endif
@if ($errors->has('width')) {{ $errors->first('width') }} @endif
@if ($errors->has('height')) {{ $errors->first('height') }} @endif
@endsection @section('scripts') @endsection