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