@extends('layouts.app') @section('title') Create Type @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@csrf @include('type.partials.form')
@endsection