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

@yield('title')

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