@extends('panel.components.sidbar') @section('content')
@csrf
    {{-- social links --}}
  • @error('fb')

    {{$message}}

    @enderror
    @error('twitter')

    {{$message}}

    @enderror
    @error('instagram')

    {{$message}}

    @enderror
  • {{-- end of social links --}} {{-- start of about us --}}
    • @error('about_us_en')

      {{$message}}

      @enderror
    • @error('about_us_ar')

      {{$message}}

      @enderror
  • {{-- end of about us --}} {{-- start of terms and conditions --}}
    • @error('terms_en')

      {{$message}}

      @enderror
    • @error('terms_ar')

      {{$message}}

      @enderror
  • {{-- end of terms and conditions --}} {{-- privacy and policy start --}}
    • @error('privacy_policy_en')

      {{$message}}

      @enderror
    • @error('privacy_policy_ar')

      {{$message}}

      @enderror
  • {{-- start of features --}}
  • {{-- first feature --}}
    First Feature
    • @error('first_feature_en')

      {{$message}}

      @enderror
    • @error('first_feature_ar')

      {{$message}}

      @enderror
    {{-- second feature --}}
    Second Feature
    • @error('second_feature_en')

      {{$message}}

      @enderror
    • @error('second_feature_ar')

      {{$message}}

      @enderror
  • {{-- features end --}} {{-- start of video --}}
  • By Uploading A New Video That Will Remove The Old One

    Drop file to upload

    or

    choose file @error('video')

    {{$message}}

    @enderror
    0%
  • {{-- video end --}}

SlideShow

@csrf

@error('slides.*')

{{$message}}

@enderror

Drop file to upload

or

choose file
0%
@foreach(\App\Slide::all() as $slide)
@csrf @method('DELETE')
@endforeach
@endsection