@extends('frontend.layouts.app') @section('content')
Edit TablasMaestras
@csrf @method('PUT')
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@endsection