@extends('layouts.admin') @section('content')

{{ (!empty($type->id)) ? 'Update Type' : 'Create Type' }}

@csrf
Back
@endsection @section('script') @endsection