@extends('admin.layouts.adminmaster')
@section('title', 'Home')
@section('SpecificStyles')
@stop
@section('content')
Banner View
For images and text view in banners.
Serial No |
Caption English |
Caption Portugal |
Image |
Action |
@foreach($banners as $key => $banner)
|
{{ $banner->caption}} |
{{ $banner->caption_portugal}} |
}}) |
Edit
Delete
|
@endforeach
@endsection
@section('specificscripts')
@stop