@extends('admin.layouts.master') @section('title', 'Edit Instructor skills - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Edit Instructor skills') }} @endslot @slot('menu1') {{ __('Edit Instructor skills') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Edit Instructro skills') }}
{{ csrf_field() }} {{ method_field('PUT') }}
@error('skills') {{ $message }} @enderror


@endsection @section('script') @endsection