@extends("layouts.dashboard.app") @section("page-nav-title")

Website Brief

Control and view Website Brief

@endsection @section("content") @include("layouts.main-parts.page-message")
Create New Brief
@foreach($brief_website as $index => $brief) @endforeach
#ID {{__('Title En')}} {{__('Title Ar')}} {{__('Description En')}} {{__('Description Ar')}} Control
{{++$index}} {{$brief->title_en}} {{$brief->title_ar}} {{$brief->description_en}} {{$brief->description_ar}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$brief->id}}" style="display: none" data-swal-title="Delete Website About" data-swal-text="Are Your Sure To Delete This Website About?" data-yes="Yes" data-no="No" data-success-msg="the Website About has been deleted succssfully">@csrf @method("delete")
@endsection @section("scripts") @endsection