@extends('layouts.app') @section('content')

{!! __('banner_list') !!}

{!! Form::open(['route' => 'banner.index', 'method' => 'get', 'id' => 'form-search']) !!} {!! Form::close() !!}
@endsection