@extends('layouts.app') @section('title','Add New Slider') @section('content')
@csrf
{{ $errors->first('name') }}
{{ $errors->first('name_bn') }}
{{ $errors->first('image') }}
{{ $errors->first('link') }}
Cancel
@endsection