@section('style')
@endsection
@extends('layouts.backend.app')
@section('content')
{{ __('Tagline') }}
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
| # |
Tagline |
Action |
@foreach($taglines as $key => $row)
| {{ $key+1 }} |
{{ $row->tag_line }} |
|
@endforeach
@endsection
@section('script')
@endsection