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

MMS Template Add

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('body')) {{ $errors->first('body') }} @endif
@if ($errors->has('mediaurl')) {{ $errors->first('mediaurl') }} @endif
Cancel
@endsection() @section('script') @endsection