@extends('layouts.app') @section('stitle', 'Business') @section('title', 'Business') @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif
@csrf

Edit @yield('stitle')

Edit Limits

@endsection