@extends('admin.layout.master') @section('title','Banner') @section('custom_style') @include('inventory.blade_styles.posting_blade_css') @endsection @section('content')

Update Banner

@csrf
@if ($errors->has('title'))

{{ $errors->first('title') }}

@endif
@if ($errors->has('image'))

{{ $errors->first('image') }}

@endif
Back
@endsection