@extends('admin.layouts.app') @section('title', 'Make Edit') @section('content')

Make @if(isset($id))Edit @else Add @endif Back

@php $route = isset($id) ? route('admin.cars.makes.update', $id) : route('admin.cars.makes.store'); @endphp
@csrf
@if(isset($make) && $make->getFirstMediaUrl($image_enum))
@else
@endif
@if(!isset($id)) @endif
@endsection @section('script') @endsection