@extends('layouts.master') @section('content') @if(session('success')) @endif

{{ $module_name }} / Add

@csrf
@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('logo')) {{ $errors->first('logo') }} @endif
@if($errors->has('location')) {{ $errors->first('location') }} @endif
@if($errors->has('state')) {{ $errors->first('state') }} @endif
@if($errors->has('city')) {{ $errors->first('city') }} @endif
@if($errors->has('latitude')) {{ $errors->first('latitude') }} @endif
@if($errors->has('longitude')) {{ $errors->first('longitude') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('total_courts')) {{ $errors->first('total_courts') }} @endif
@endsection @section('scripts') @endsection