@extends('layouts.'.$namespaceName.'.master') @section('title') {{$title}} @endsection @section('content')
@include('message') @include('breadcrumb')
@method('PUT') @csrf
{{$title}}

@endsection