@if(session('success'))
Success {{session('success')}}
@endif
@if(session('error'))
Error {{session('error')}}
@endif
@if($errors->any())
@foreach($errors->all() as $error)
Error {{$error}}
@endforeach
@endif
| SN |
Tag |
Link |
Action |
@foreach($footerTags as $key=>$footerTag)
| {{++$key}} |
{{$footerTag->name}} |
{{$footerTag->link}} |
|
@endforeach