@extends('layouts/contentLayoutMaster') @section('title', 'البانر') @section('vendor-style') @endsection @section('content') تعديل بانر @csrf العنوان * @if ($errors->has('title')) {{ $errors->first('title') }} @endif الصورة* @if ($errors->has('logo')) {{ $errors->first('logo') }} @endif مفعل status == 1 ) checked @endif @endif value="1" > @if ($errors->has('status')) {{ $errors->first('status') }} @endif اضافة {{-- Data list view end --}} @endsection @section('vendor-script') @endsection