@extends('admin.layouts.adminmaster') @section('title', 'Home') @section('SpecificStyles') @stop @section('content')

Banner View

For images and text view in banners.

@foreach($banners as $key => $banner) @endforeach
Serial No Caption English Caption Portugal Image Action
{{ $banner->caption}} {{ $banner->caption_portugal}} Edit Delete
@endsection @section('specificscripts') @stop