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