@extends('web.app') @section('main-content')
@if ($errors->has('msg'))
{{ $errors->first('msg') }}
@endif
@endsection @push('scripts') @endpush