@extends("layouts.admin.app") @section("page-title") {{__("create-reel")}} @endSection @section("page-nav-title")

{{__("reels")}}

{{__("all-reels")}}

@endsection @section("content")

{{__("create-new-reel")}}

@csrf
@error("logo")
{{$message}}
@enderror
@error('branches')
{{ $message }}
@enderror
{{--

@error("background_image")
{{$message}}
@enderror
--}}
@foreach($types as $type) @endforeach
@error('type')
{{ $message }}
@enderror
@endsection @section("scripts") @endsection