@extends('admin.layouts.master') @section('title', 'Edit Footer Link') @section('css') @endsection @section('content')

Edit Footer Link

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

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

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

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

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

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

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

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

@endif
@endsection @section('js') @endsection