@extends('layout.master') @section('css') @stop @section('content')
@csrf

Edit Franchise

@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@stop @section('script') @stop